From e95cbb05a00c451d681009fdf13e51e17b6317d5 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Sat, 28 Mar 2015 23:08:20 -0700 Subject: [PATCH] Update flate2-rs There were a few bugs in creation of gzip'd files which caused package creation to fail in some circumstances. Closes #1465 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb944b0c4..21e921a0c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6,7 +6,7 @@ dependencies = [ "curl 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.54 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", - "flate2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", + "flate2 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "git2 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", "git2-curl 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "glob 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)", @@ -84,7 +84,7 @@ dependencies = [ [[package]] name = "flate2" -version = "0.2.1" +version = "0.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "libc 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", -- 2.30.2